home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1990 by Glenn Gribble; all rights are reserved.
- // This program may be used for any purposes including inclusion in
- // for profit programs. If the source is copied, the copyright notice
- // must be included. Please send bug fixes/reports to glenn@synaptics.com
- // This program is distributed without any warranty.
-
- // -*- C++ -*-
- // %W% %G%
-
- #ifndef LOADERTEST_H
- #define LOADERTEST_H
-
- typedef void (*testProc)(const char *msg);
- extern testProc procA;
-
- #endif LOADERTEST_H
-